Player (Object Oriented)
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
acmeplayer.hpp
Go to the documentation of this file.
1
#ifndef ACMEPLAYER_HPP
2
#define ACMEPLAYER_HPP
3
4
#include "
interfaces.hpp
"
5
6
class
AcmePlayerControl
:
public
IPlayerInput
7
{
8
public
:
9
AcmePlayerControl
();
10
11
void
doStart
();
12
void
doStop
();
13
void
doPause
();
14
};
15
16
#endif // ACMEPLAYER_HPP
IPlayerInput
Definition:
interfaces.hpp:4
AcmePlayerControl
Definition:
acmeplayer.hpp:6
AcmePlayerControl::doPause
void doPause()
Definition:
acmeplayer.cpp:17
interfaces.hpp
AcmePlayerControl::AcmePlayerControl
AcmePlayerControl()
Definition:
acmeplayer.cpp:3
AcmePlayerControl::doStop
void doStop()
Definition:
acmeplayer.cpp:12
AcmePlayerControl::doStart
void doStart()
Definition:
acmeplayer.cpp:7
Generated on Sat Oct 25 2014 12:35:47 for Player (Object Oriented) by
1.8.7